home *** CD-ROM | disk | FTP | other *** search
- Path: news.fh-heilbronn.de!news
- From: PhacE^Internet^Crew < >
- Newsgroups: comp.lang.c++
- Subject: Watcom: access violation
- Date: 30 Jan 1996 08:18:58 GMT
- Organization: fh-heilbronn
- Message-ID: <4ekk9i$dg1@sun1.rz.fh-heilbronn.de>
- NNTP-Posting-Host: mm-mac.mi.fh-heilbronn.de
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Macintosh; I; PPC)
- X-URL: news:comp.lang.c++/143592-143593
-
- I am using Watcom 10.5 C++ compiler. I have linked
- some third party obj files into my 32bit windows exe.
- Compiling and linking is no problem, however debugging
- shows that before my code is reached some routines in
- a file called kernel32.dll are executed:
- a function IsDBCSLeadByte calls __DLLstart which
- produces an access violation.
- My program has a simple main() function as entry
- point, I did not use any windows specific programming
- elements like handles.
- Anyone any idea?
-
-
-